var text/template.reflectValueType

5 uses

	text/template (current package)
		exec.go#L766: 	reflectValueType = reflect.TypeFor[reflect.Value]()
		exec.go#L795: 		if v.Type() == reflectValueType {
		exec.go#L886: 		return typ == reflectValueType
		exec.go#L904: 	if typ == reflectValueType && value.Type() != typ {
		exec.go#L969: 		if typ == reflectValueType {